|
SET PARTICLE CHAOS
This command will set the chaos behaviour of particles within the particles object.
SET PARTICLE CHAOS Particle Number, Chaos Value
Particle Number
Integer
The particle object number
Chaos Value
Float
The default is zero. A value greater or less than zero will vibrate the particle by the magnitude of the chaos value
This command does not return a value.
This controls the stability of the particles position in 3D world space. The default is zero. A value greater or less than zero will vibrate the particle by the magnitude of the chaos value.
make particles 4, 0, 10, 10.0
position particles 4, 3, 2, 10
set particle emissions 4, 1
set particle speed 4, 0.005
set particle velocity 4, 10
set particle chaos 4, rnd(10)/10.0
do
loop
delete particles 4
end
PARTICLES Commands Menu
Index
|